TELDisposeDNSoundInput
Disposes of the sound input driver associated with a directory number.
pascal TELErr TELDisposeDNSoundInput ( TELDNHandle hTELDN, ConstStr255Param deviceName);
hTELDN
- A handle to a directory number structure.
deviceName
- A pointer to a Pascal-style string containing the name of the sound input driver for the specified directory number.
- function result
- A result code.
DESCRIPTION
The TELDisposeDNSoundInput function disposes of the sound input driver having the name specified by thedeviceName
parameter that is associated with the directory number specified by thehTELDN
parameter. The value you pass in thedeviceName
parameter should have been received by a previous call toTELGetDNSoundInput
.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help